@charset "utf-8";
/* CSS Document */
html {
	background: #F5F5F5;
	color: #333;
	font-family: '微软雅黑';
}
/*@font-face {font-family: abc;src:url(../font/abc.ttf) format("truetype");color: #333;}*/
/* 内外边距通常让各个浏览器样式的表现位置不同 */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td,hr,button,article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section
	{
	margin: 0;
	padding: 0;
}

html,body,h1,h2,h3,h4,h5,h6,div,dl,dt,dd,ul,ol,li,p,blockquote,pre,hr,figure,table,caption,th,td,form,fieldset,legend,input,button,textarea,menu
	{
	/* [disabled]margin:0;
*/
	padding: 0;
	font-family: "microsoft yahei", "simhei", "simsun";
	margin: 0;
}

.hp_qh_ll{
	display:flex;
}

.hp_zw_con_text{display:flex;}



ul li {
	list-style: none;
}

li {
	list-style: none;
}

img {
	border: none;
}

a {
	color: #333;
	text-decoration: none;
	cursor: pointer;
}

.clearfix {
	zoom: 1;
}

.clearfix:after {
	clear: both;
	height: 0px;
	font-size: 0px;
	visibility: hidden;
	display: block;
	content: " ";
}

.main2 {
	width: 520px;
	height: 390px;
	overflow: hidden;
}

.Slide {
	width: 520px;
	height: 390px;
	float: left;
	overflow: hidden;
	position: relative;
}

.slide-cont {
	width: 520px;
	height: 390px;
	position: relative;
	overflow: hidden;
}

.slide-item {
	position: absolute;
	width: 100%;
	height: 100%;
	left: -630px;
}

.slide-item a {
	display: block;
	width: 100%;
	height: 100%;
}

.slide-item img {
	width: 520px;
}

.slide-txt {
	width: 520px;
	height: 30px;
	position: absolute;
	left: 0;
	bottom: 10px;
	z-index: 1;
}

.slide-txt .txt_bg {
	width: 520px;
	height: 40px;
	background: #444;
	opacity: 0.7;
}

.slide-txt a {
	display: inline-block;
	width: 480px;
	height: 40px;
	line-height: 40px;
	font-size: 16px;
	padding: 0 20px;
	overflow: hidden;
	color: #FFF;
	position: absolute;
	left: 0;
	top: 0;
}

.slide-nav {
	width: auto;
	height: 18px;
	display: inline-block;
	overflow: hidden;
	position: absolute;
	z-index: 100;
	bottom: 9px;
	right: 20px;
	overflow: hidden;
	text-align: center;
	font-size: 12px;
}

.slide-nav a {
	display: inline-block;
	width: 18px;
	height: 16px;
	cursor: pointer;
	margin-left: 5px;
	float: left;
	opacity: 0.9;
	filter: alpha(opacity = 90);
	color: #FFF;
	background: #999;
}

.slide-nav .nownav {
	background: #F00;
}

#prev2,#next2 {
	display: block;
	width: 57px;
	height: 72px;
	position: absolute;
	top: 129px;
	display: none;
}

#next {
	right: 0;
	background-position: -62px 0;
}
/*统一css*/
.fl {
	float: left;
}

.fr {
	float: right;
}

.padding_l_10 {
	padding-left: 10px;
}

.padding_l_15 {
	padding-left: 15px;
}

.padding_l_20 {
	padding-left: 20px;
}

.padding_l_30 {
	padding-left: 30px;
}

.padding_l_50 {
	padding-left: 50px;
}

.padding_l_100 {
	padding-left: 100px;
}

.padding_r_10 {
	padding-right: 10px;
}

.padding_r_15 {
	padding-right: 15px;
}

.padding_r_20 {
	padding-right: 20px;
}

.padding_r_30 {
	padding-right: 30px;
}

.padding_r_50 {
	padding-right: 50px;
}

.padding_r_100 {
	padding-right: 100px;
}

.padding_b_10 {
	padding-bottom: 10px;
}
.margin_t_3{margin-top:4px;}
.margin_l_6 {
	margin-left: 6px;
}

.margin_l_10 {
	margin-left: 10px;
}

.margin_l_15 {
	margin-left: 15px;
}

.margin_l_20 {
	margin-left: 20px;
}

.margin_l_30 {
	margin-left: 30px;
}

.margin_l_50 {
	margin-left: 50px;
}

.mg_l_50 {
	margin-left: -50px;
}

.mg_l_10 {
	margin-left: -10px;
}

.margin_l_100 {
	margin-left: 100px;
}

.mg_l_100 {
	margin-left: -100px;
}

.margin_r_5 {
	margin-right: 5px;
}

.margin_r_8 {
	margin-right: 8px;
}

.margin_r_10 {
	margin-right: 10px;
}

.margin_r_15 {
	margin-right: 15px;
}

.margin_r_20 {
	margin-right: 20px;
}

.margin_r_30 {
	margin-right: 30px;
}

.margin_r_50 {
	margin-right: 50px;
}

.margin_r_100 {
	margin-right: 100px;
}

.margin_10 {
	margin: 10px;
}

.margin_t_5 {
	margin-top: 5px;
}

.margin_t_6 {
	margin-top: 6px;
}

.margin_t_10 {
	margin-top: 10px;
}

.margin_t_15 {
	margin-top: 15px;
}

.margin_t_20 {
	margin-top: 20px;
}

.mg_t_20 {
	margin-top: -20px;
}

.mg_t_10 {
	margin-top: -10px;
}

.margin_t_50 {
	margin-top: 50px;
}

.margin_t_30 {
	margin-top: 30px;
}

.wbk_all {
	background: #DDD;
	padding: 2px;
}

.bzzl {
	width: 270px;
	height: 40px;
	font-size: 16px;
	font-weight: bold;
	line-height: 40px;
}

.bzzl a {
	margin-left: 6px;
	margin-top: 10px;
}

.content {
	width: 1200px;
	height: auto;
	margin: 0px auto;
}

.content_s {
	width: 1200px;
	height: auto;
	margin: 0px auto;
	margin-top: 250px;
}

.w_1200 {
	width: 1200px;
	margin-left: auto;
	margin-right: auto;
}

.w_1196 {
	width: 1200px;
	margin-left: auto;
	margin-right: auto;
}

.w_490 {
	width: 490px;
}

.color_f {
	color: #FFF;
}

a {
	text-decoration: none;
	color: #333;
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden
}

.clearfix { *+
	height: 1%;
}

li {
	list-style: none;
}

.index_top {
	top: 0px;
	width: 100%;
	min-width: 1200px;
	height: 380px;
	background: url(../images/banner.png) no-repeat center;
}

.welcome_content {
	width: 1200px;
	height: 45px;
	margin: 0 auto;
	line-height: 45px;
	color: #fff;
}

.welcome_content_left {
	float: left;
	font-size: 14px;
	color: #FFF;
}

.welcome_span1 {
	background: url(../images/home.png) no-repeat left;
}

#mail_login {
	background: url(../images/mailbg.png) no-repeat left;
	text-indent: 40px;
	font-size: 14px;
	cursor: pointer;
}

#set_index {
	background: url(../images/set_white.png) no-repeat left;
	text-indent: 40px;
	font-size: 14px;
	cursor: pointer;
}

#shoucang {
	background: url(../images/shoucang.png) no-repeat left;
	text-indent: 45px;
	font-size: 14px;
	cursor: pointer;
}

.title {
	margin: 0 auto;
	width: 1200px;
	left: 0px;
	right: 0px;
	z-index: 3;
	text-align: center;
	height: 140px;
}

.title .img1 {
	margin: 40px 0px 0px 130px;
}

.title .img2 {
	margin: 10px 0px 0px -30px;
	width: 798px;
	height: 150px;
}

.nav {
	width: 1176px;
	height: 43px;
	font-size: 18px;
	font-weight: 600;
	position: relative;
	margin: 0px auto 0 auto;
	top: 2px;
	left: 0;
	z-index: 999;
	border-radius: 4px;
	background: #fff;
	padding: 5px 10px;
}

.navhome {
	width: 145px;
	height: 41px;
}

.navhome img {
	float: left;
	width: 25px;
	height: 25px;
	margin: 7px 10px 0px 35px;
}

.navhome a {
	display: block;
	float: left;
	color: #fff;
	margin-top: 7px;
}

.navmenu {
	float: left;
	width: 145px;
	height: 40px;
	display: inline;
	border-right: 1px #ccc solid;
	border-bottom: 1px #ccc solid;
	text-align: center;
	line-height: 45px;
}

.navmenu img {
	width: 8px;
	height: 8px;
}

#p1 {
	margin-left: 100px;
}

#p3 {
	margin-left: 200px;
}

#p4 {
	margin-left: 500px;
}

#p5 {
	margin-left: 700px;
}

.subnav span a {
	font-weight: 400;
	font-size: 14px;
}

.navsearch {
	/* width: 300px; */
	height: 45px;
	margin: 0px 0px 0px 8px;
	line-height: 45px;
	position: relative;
}

.navsearchli {
	float: right;
	/* width: 300px; */
	height: 45px;
	display: inline;
	/* border-bottom: 1px #ccc solid; */
	text-align: center;
}

.roll_news {
	width: 1196px;
	margin-left: auto;
	margin-right: auto;
	height: 42px;
	line-height: 42px;
	overflow: hidden;
}

.shadow {
	box-shadow: 0 0 8px #B3B3B3;
}

.bg_fff {
	background-color: #fff
}

.roll_item {
	padding: 0px 5px;
	height: 42px;
	line-height: 42px;
	font-weight: bold;
	font-size: 16px;
	color: #333;
}

.headline {
	width: 1196px;
	margin-left: auto;
	margin-right: auto;
	height: 100px;
	line-height: 42px;
	overflow: hidden;
}

.focusBox {
	position: relative;
	width: 1096px;
	height: 100px;
	overflow: hidden;
	font: 12px/1.5 Verdana, Geneva, sans-serif;
	text-align: left;
	background: white;
}

.focusBox .pic img {
	width: 1096px;
	height: 100px;
	display: block;
}

.focusBox .pic {
	position: relative;
	width: 1096px;
	height: 100px;
}

.focusBox .pic li {
	position: absolute;
	width: 1096px;
	left: 0px;
	top: 0px;
	display: none;
}

.focusBox .num {
	position: absolute;
	z-index: 3;
	bottom: 2px;
	right: 2px;
}

.focusBox .num li {
	float: left;
	position: relative;
	width: 18px;
	height: 15px;
	line-height: 15px;
	overflow: hidden;
	text-align: center;
	margin-right: 1px;
	cursor: pointer;
}

.focusBox .num li a,.focusBox .num li span {
	position: absolute;
	z-index: 2;
	display: block;
	background: #FFF;
	border-radius: 10px;
	color: white;
	width: 10px;
	height: 10px;
	top: 0;
	left: 0;
	text-decoration: none;
}

.focusBox .num li span {
	z-index: 1;
	background: black;
	filter: alpha(opacity = 50);
	opacity: 0.5;
}

.focusBox .num li.on a,.focusBox .num a:hover {
	background: #777;
}

.focusBox_conter {
	position: relative;
	width: 520px;
	height: 390px;
	overflow: hidden;
	font: 12px/1.5 Verdana, Geneva, sans-serif;
	text-align: left;
	background: white;
}

.focusBox_conter .pic_conter img {
	width: 520px;
	height: 390px;
	display: block;
}

.focusBox_conter .pic_conter {
	position: relative;
	width: 520px;
	height: 390px;
}

.focusBox_conter .pic_conter li {
	position: absolute;
	width: 520px;
	left: 0px;
	top: 0px;
	display: none;
}
/*.focusBox_conter .txt-bg {
	position: absolute;
	bottom: 0;
	z-index: 1;
	height: 36px;
	width: 100%;
	background: #333;
	filter: alpha(opacity=40);
	opacity: 0.4;
	overflow: hidden;
}
.focusBox_conter .txt {
	position: absolute;
	bottom: 0;
	z-index: 2;
	height: 36px;
	width: 100%;
	overflow: hidden;
}
.focusBox_conter .txt li {
	height: 36px;
	line-height: 36px;
	position: absolute;
	bottom: -36px;
}
.focusBox_conter .txt li a {
	display: block;
	color: white;
	padding: 0 0 0 10px;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}*/
.focusBox_conter .num_conter {
	position: absolute;
	z-index: 3;
	bottom: 2px;
	right: 2px;
}

.focusBox_conter .num_conter li {
	float: left;
	position: relative;
	width: 18px;
	height: 15px;
	line-height: 15px;
	overflow: hidden;
	text-align: center;
	margin-right: 1px;
	cursor: pointer;
}

.focusBox_conter .num_conter li a,.focusBox_conter .num_conter li span {
	position: absolute;
	z-index: 2;
	display: block;
	color: white;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	text-decoration: none;
}

.focusBox_conter .num_conter li span {
	z-index: 1;
	background: black;
	filter: alpha(opacity = 50);
	opacity: 0.5;
}

.focusBox_conter .num_conter li.on a,.focusBox_conter .num_conter a:hover
	{
	background: #F00;
}

.center {
	height: auto;
}

.center_pic_left {
	width: 520px;
	height: 390px;
}

.hp_qh_con li {
	margin: 0px 10px;
	height: 31px;
	line-height: 31px;
	position: relative;
	border-bottom: 1px dashed #CCCCCC;
}

.hp_qh_con li a {
	font-size: 15px;
	color: #333333;
	display: inline-block;
}

.hp_qh_con li span {
	position: absolute;
	right: 0;
	top: 0;
	height: 32px;
	line-height: 32px;
	color: #999999;
}

.hp_qh_top li span {
	position: absolute;
	right: 6px;
	top: 0;
	height: 32px;
	line-height: 32px;
	color: #999999;
}

.tar {
	width: 13px;
	height: 13px;
	margin-top: 7px;
	padding-left: 5px;
}

.hp_qh_ll li.first {
	margin-right: 20px;
}

.hp_qh_ll li {
	margin: 0px 10px;
	height: 31px;
	line-height: 31px;
	position: relative;
	border-bottom: 1px dashed #CCCCCC;
}

.hp_qh_ll li a {
	font-size: 15px;
	color: #333333;
	display: inline-block;
}

.hp_qh_ll li span {
	position: absolute;
	right: 0;
	top: 0;
	height: 32px;
	line-height: 32px;
	color: #999999;
}

.hp_qh_ll li.first {
	margin-right: 15px;
}
.leader{
	margin-top:15px;
}
.leader img {
	width: 25px;
	height: 25x;
	vertical-align: top;
	margin-top: 8px;
}
/*领导专栏*/
.ld_zl {
	width: 270px;
	height: 232px;
}

.ld_zl li {
	float: left;
	height: 32px;
	line-height: 40px;
	margin-left: 25px;
}

.ld_zl ul li a {
	color: #333;
}

.leader img {
	width: 25px;
	height: 25x;
}

.hp_zt_img {
	padding: 5px 10px;
	height: 146px;
	font-size: 0;
	position: relative;
	z-index: 1;
	width: 1176px;
	overflow: hidden;
}

.hp_zt_img ul {
	position: relative;
	z-index: 1;
	height: 110px;
}

.hp_zt_img li {
	display: none;
}

.hp_zt_img li.img_act {
	display: block;
}

.hp_zt_img .hp_zt_img_nav a {
	display: inline-block;
	width: 23px;
	height: 5px;
	background-color: #999999;
	margin-right: 5px;
	z-index: 100
}

.hp_zt_img .hp_zt_img_nav {
	position: absolute;
	right: 25px;
	bottom: 12px;
	z-index: 10;
}

.zfxx_title a {
	font-weight: bold;
}

/*滚动专题*/
.zt_ul li {
	position: absolute;
	width: 1180px;
	left: 0px;
	top: 0px;
	display: none;
}

.zt_ul {
	position: relative;
	width: 1180px;
	height: 100px;
}

.zt_ul li img {
	padding: 5px 10px;
	width: 1180px;
	height: 100px;
	display: block;
}

.hp_zt_img_perv {
	display: inline-block;
	width: 25px;
	height: 44px;
	background-image: url(../images/img_perv.png)
		/*tpa=http://www.mwr.gov.cn/images_index/2016web_20161221_img_perv.png*/;
	position: absolute;
	left: 0;
	top: 75px;
	margin-left: 10px;
	z-index: 100;
}

.hp_zt_img_next {
	display: inline-block;
	width: 25px;
	height: 44px;
	background-image: url(../images/img_next.png)
		/*tpa=http://www.mwr.gov.cn/images_index/2016web_20161221_img_next.png*/;
	position: absolute;
	right: 0;
	margin-right: 10px;
	top: 75px;
	z-index: 100;
}

.hide {
	display: none;
}



.focusBox_zt {
	position: relative;
	width: 1175px;
	height: 100px;
	overflow: hidden;
	font: 12px/1.5 Verdana, Geneva, sans-serif;
	background: white;
}

.focusBox_zt .pic_zt img {
	width: 1175px;
	height: 100px;
	display: block;
}

.focusBox_zt .pic_zt {
	position: relative;
	width: 1175px;
	height: 100px;
}

.focusBox .pic_zt li {
	position: absolute;
	width: 1180px;
	left: 0px;
	top: 0px;
	display: none;
}

.focusBox_zt .nums {
	width: 130px;
	height: 25px;
	position: absolute;
	z-index: 3;
	bottom: 2px;
	top: 80px;
	right: 2px;
	z-index: 999;
}

.focusBox_zt .nums li {
	display: inline-block;
	float: left;
	position: relative;
	width: 20px;
	height: 15px;
	line-height: 15px;
	overflow: hidden;
	text-align: center;
	margin-right: 1px;
	cursor: pointer;
}

.focusBox_zt .nums li a,.focusBox_zt .nums li span {
	position: absolute;
	z-index: 2;
	display: block;
	background: #FFF;
	border-radius: 10px;
	color: white;
	width: 10px;
	height: 10px;
	top: 0;
	left: 10px;
	text-decoration: none;
}

.focusBox_zt .nums li span {
	z-index: 1;
	background: black;
	filter: alpha(opacity = 50);
	opacity: 0.5;
}

.focusBox_zt .nums li.on a,.focusBox_zt .nums a:hover {
	background: #777;
}

/*政府信息公开*/
.zfxxgk_content_all {
	width: 1176px;
	height: 383px;
	padding: 5px 10px 10px 10px;
	background: #FFF;
}

.hp_zw_con_left {
	width: 157px;
}

.hp_zw_con_left li {
	padding: 0;
	margin-bottom: 8px;
	text-indent: 0;
}

.xxgk_content {
	width: 500px;
	height: auto;
}

.zfxx_left {
	cursor: pointer;
	width: 157px;
	height: 79px;
}

.zfxx_left img {
	margin-left: 58px;
	margin-top: 10px;
}

.zfxx_left .bt {
	text-align: center;
	color: #fff;
	font-size: 14px;
}

.xzxk_left {
	cursor: pointer;
	width: 157px;
	height: 80px;
}

.xzxk_left img {
	margin-left: 58px;
	margin-top: 10px;
}

.xzxk_left .bt {
	text-align: center;
	color: #fff;
	font-size: 14px;
}

.hp_zw_con_right {
	width: 1008px;
	top: 54px;
	padding: 0px 0px 0px 10px;
}

.hp_zw_con_right li {
	height: 31px;
	line-height: 31px;
	position: relative;
	border-bottom: 1px dashed #CCCCCC;
}

.hp_zw_con_right li a {
	font-size: 15px;
	color: #333333;
	display: inline-block;
}

.hp_zw_con_right li span {
	position: absolute;
	right: 0;
	top: 0;
	height: 32px;
	line-height: 32px;
	color: #999999;
}

.hp_zw_title a {
	text-align: center;
	display: inline-block;
	height: 43px;
	line-height: 43px;
	font-size: 18px;
	font-weight: bold;
}

.hp_zw_title a.first {
	margin: 0;
}

.hp_zw_title1 a {
	width: 99px;
	text-align: center;
	display: inline-block;
	border-right: 1px solid #FFF;
	height: 43px;
	line-height: 43px;
	font-size: 18px;
	font-weight: bold;
	color: #333333;
}

.hp_zw_title1 a.first {
	margin: 0;
}



.hp_zw_con_text li {
	width: 500px;
	margin-right: 20px;
}

.hp_zw_con_text li span {
	margin-right: 10px;
}
/*行政许可*/
.xzxk_content_all {
	width: 896px;
	height: 305px;
	padding: 5px 10px;
	background: #FFF;
}

.table_hp_fw thead {
	height: 44px;
	line-height: 44px;
}

.table_hp_fw {
	BORDER-COLLAPSE: collapse
}

.table_hp_fw th,.table_hp_fw td {
	font-size: 15px;
}

.table_hp_fw tbody {
	margin-top: 4px;
	text-align: center;
}

.table_hp_fw td {
	border-bottom: 1px dashed #CCCCCC;
	height: 32px;
	line-height: 32px;
}

.c_left {
	text-align: left;
}

.c_center {
	text-align: center;
}

.c_right {
	text-align: right;
}

.xzxk_content {
	width: 727px;
}

.xzxk_title ul li {
	display: inline-block;
}

.xzxk_you1 {
	width: 272px;
	height: 92px;
	background-image:url(../images/sqyjfb.png);
	background-position:center;
	background-size:272px 105px;
	background-repeat:no-repeat;
}

.xzxk_you1 img {
	height: 110px;
	cursor: pointer;
}
.xzxk_you3 {
	width: 272px;
	height: 76px;
}

.xzxk_you3 img {
	width: 272px;
	height: 76px;
	cursor: pointer;
}
.xzxk_you2 {
	width: 272px;
	height: 60px;
}

.xzxk_you2 img {
	width: 272px;
	height: 60px;
	cursor: pointer;
}
.xzxk_you4 {
	margin-top:5px;
}

.tk_a1 {
	margin-left: 10px;
}

.pic_item {
	width: 163px;
	height: 112px;
	margin: 10px;
	position: relative;
}

.picitem {
	width: 163px;
	height: 112px;
}

.news {
	position: relative;
	width: 44px;
	height: 43px;
	z-index: 99;
	top: -105px;
	left: 119px;
}

.pic_item .bt {
	color: #F6F6F6;
	font-size: 14px;
	text-align: center;
	line-height: 30px;
	position: absolute;
	left: 0;
	top: 82px;
	z-index: 10;
	width: 100%;
	height: 30px;
	background: url(../images/zhzt_bt.png) repeat;
}

.home-video .item .video-pic {
	margin-right: 15px;
	width: 142px;
	height: 86px;
}

.home-video .item .video-pic a {
	display: inline-block;
	position: relative;
}

.video_item a:before {
	content: "";
	width: 22px;
	height: 22px;
	display: inline-block;
	background: url(../images/video-btn.png) no-repeat;
	left: 63px;
	top: 35px;
	position: absolute;
}

.video_item {
	width: 163px;
	height: 112px;
	margin: 10px;
	position: relative;
}

.videoitem {
	width: 163px;
	height: 112px;
}

.video_item .bt {
	color: #F6F6F6;
	font-size: 14px;
	text-align: center;
	line-height: 30px;
	position: absolute;
	left: 0;
	top: 82px;
	z-index: 10;
	width: 100%;
	height: 30px;
	background: url(../images/zhzt_bt.png) repeat;
}

.center_tuku_right {
	width: 260px;
	height: 290px;
	font-size: 24px;
	font-weight: bold;
	padding: 1px 5px;
}

.center_tuku_right ul {
	padding-bottom: 20px;
}

.center_tuku_right img {
	margin-top: 23px;
	vertical-align: top;
}

.fwinfo {
	font-size: 14px;
	font-weight: bold;
	width: 270px;
	height: 115px;
}

.fwinfo_item {
	display: block;
	height: 50px;
	padding-top: 2px;
	width: 129px;
	margin-left: 4px;
	margin-top: 3px;
	text-align: center;
}

.fwinfo_item a {
	color: #fff;
}
.fwinfo_item img{
	height:22px;
}
.foot_nav {
	padding-left: 20px;
	height: 48px;
	line-height: 48px;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
}

.foot_nav h3 {
	float: left;
	padding-right: 15px;
	font-size: 16px;
	background: url(../images/foot_cor.png) right center no-repeat;
	margin-right: 140px;
	cursor: pointer;
}

.foot_nav h3 a {
	color: #333;
}

.foot_nav .bg_none {
	background: none;
}

.foot_con {
	padding-left: 10px;
}

.foot_con ul {
	padding: 10px 10px;
}

.foot_con li {
	height: 30px;
	line-height: 30px;
	width: 280px;
	float: left;
	font-size: 15px;
}

.foot_con li a {
	color: #333333;
}

.footl a {
	color: #333;
}

.footlp  label {
	margin: 0px 5px;
}

.footl p {
	line-height: 28px;
}

.footlp {
	font-size: 14px;
}

.footcontact {
	width: 700px;
	font-size: 12px;
	line-height: 24px;
	padding: 10px 0px 10px 10px;
}

.footcontact_right {
	width: 480px;
}

.footcontact_right .img1 {
	float: left;
	display: inline-block;
	margin-top: 30px;
	width: 75px;
	height: 80px;
	cursor: pointer;
}

.footcontact_right .img2 {
	display: inline-block;
	float: left;
	margin-top: 40px;
	width: 120px;
	height: 60px;
	cursor: pointer;
}

.footcontact_right .img3 {
	width: 90px;
	height: 90px;
	cursor: pointer;
	margin-top: 25px;
}

.img3_div {
	font-size: 14px;
	margin-top: 18px;
	margin-left: 10px;
	width: 20px;
	height: 100px;
}

/*列表二级页面*/
.main_table td {

}

.main_table {
	width: 1200px;
	border: 0;
	cellspacing: 0px;
	cellpadding: 0;
	BORDER-COLLAPSE: collapse;
	border: 0;
}

.main_table .t1 {
	background: #EEE;
	border: 2px solid #C8C8C8;
	vertical-align: top;
	box-shadow: 0 0 8px #ddd"
}

.main_table .t2 {
	width: 975px;
	padding: 0px;
}

.iframepage {
	width: 969px;
}

.iframe_container {
	background: #fff;
	margin-left: 6px;
	border: 2px solid #C8C8C8;
}

.main_container {
	min-height: 864px;
	background: #fff;
	margin-left: 6px;
	border: 2px solid #C8C8C8;
}
/**机构**/
.jg_title {
	height: 50px;
	line-height: 50px;
	padding-left: 16px;
	cursor: pointer;
	color: #333;
	font-weight: bold;
	font-size: 24px;
}

.title_span {
	float: right;
	font-size: 14px;
	color: #5A5A5A;
	margin-top: 2px;
	cursor: pointer;
	padding-right: 5px;
	font-size: 14px;
}

.jg_title a {
	color: #333;
}

.jg_title .tag {
	width: 5px;
	height: 30px;
	margin-top: 12px;
	margin-right: 10px;
	background: #0056ab;
	float: left;
}

.jg_cont {
	margin-top: 20px;
	width: 1130px;
	margin-left: auto;
	margin-right: auto;
	border: 2px solid #E6E6E6;
}

.jg_cont_1 {
	width: 100%;
	text-align: center;
	height: 175px;
	margin-top: 50px;
	margin-bottom: 30px;
}

.jg_cont_1_img {
	width: 110px;
	margin-top: 20px;
	border: 1px solid #ccc;
}

.jg_cont_1_img img {
	width: 110px;
	height: 110px;
}

.img_name {
	min-height: 35px;
	line-height: 30px;
}

.a_center {
	margin-left: auto;
	margin-right: auto;
}

.leader_cont1 {
	text-align: center;
	height: 240px;
	font-size: 15px;
}

.leader_cont2 {
	text-align: center;
	height: 260px;
	width: 200px;
	font-size: 15px;
}

.leader_cont_img .con1 {
	line-height: 28px;
	width: 182px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

.leader_cont_img .con2 {
	line-height: 28px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	width: 182px;
}

.leader_con_ul {

}

.leader_con_ul  li {
	display: inline;
	list-style-type: none;
	width: 132px;
	margin-right: 36px;
}

.leader_con_ul  li img {
	width: 132px;
	height: 168px;
}

.leader_cont_img {
	text-align: center;
}

.leader_cont_img img {
	width: 160px;
	height: 188px;
}

.leader_cont .d1 {
	display: table;
	width: 110px;
	min-height: 45px;
	margin: 0 auto;
}

.leader_cont .d2 {
	display: table-cell;
	vertical-align: middle;
}
/*领导专栏内容*/
.leader_cont {
	margin-left: auto;
	margin-right: auto;
	overflow: auto;
}

.leader-lcont {
	width: 98%;
	padding: 5px;
	border: 0px solid #ddd;
	float: left;
	margin-left: 2px;
	margin-top: 2px;
}

.leader-lcont-title {
	background: #ddd;
	height: 40px;
	line-height: 40px;
	font-size: 18px;
	font-weight: bold;
	padding-left: 20px;
}

.leader-lcont-text {
	min-height: 40px;
	margin-left: auto;
	margin-right: auto;
	padding: 10px;
}

.list_title_top {
	line-height: 50px;
	font-weight: bold;
	font-size: 19px;
	height: 50px;
}

.leader-rcont {
	width: 200px;
	float: right;
	margin-right: 2px;
	margin-top: 2px;
}

.leader-rcont-title {
	background: #ddd;
	padding-left: 20px;
	height: 40px;
	line-height: 40px;
	font-weight: bold;
}

.leader-rcont-text {
	min-height: 40px;
	margin-left: auto;
	margin-right: auto;
	padding: 10px;
}

.r_content {
	margin: 10px;
	min-height: 790px;
	border: 1px solid #ddd;
}

.r_content .content_title {
	height: 80px;
	line-height: 80px;
	text-align: center;
	border-bottom: 1px solid #ddd;
	width: 880px;
	font-size: 22px;
	margin-left: auto;
	margin-right: auto;
}

.r_content .content_txt {
	padding: 20px;
	margin-left: auto;
	margin-right: auto;
	line-height: 31px;
	color: #333;
	font-family: '微软雅黑';
}

.r_content .content_opt {
	padding: 20px;
}

.r_content  .filelist {
	padding-left: 30px;
}

.r_content .content_opt ul li {
	float: left;
}

.r_content .content_opt .download {
	text-align: center;
	line-height: 38px;
	width: 124px;
	background: #3582c4;
	border-radius: 3;
	margin-left: 20px;
	height: 38px;
	font-size: 16px;
	color: #fff;
}

.r_content .content_opt .download a {
	color: #fff;
}

.r_content .content_opt .files_tb {
	margin-left: 30px;
}

.r_content .content_opt .files_tb td {
	height: 45px;
}
/*搜索页*/

.search_result_datetime input{
	height: 30px;
	width: 150px;
	padding-left: 5px;
}

.search_result_author {
	height: 30px;
	width: 140px;
	padding-left: 5px;
}

.search_result_title{
	height: 30px;
	width: 200px;
	padding-left: 5px;
border:1px solid #999;
}

.search_result_channel{
	height: 32px;
	width: 180px;
	padding-left: 5px;
}

.search_result_submit {
	height: 32px;
	width: 70px;
	background: #ddd;
	color: #566;
	cursor: pointer;
	border: 0px;
	font-weight: bold;
	pointer: hand;
	margin: 10px 10px 5px 70px;
}

.search_result_reset {
	cursor: pointer;
	height: 32px;
	width: 70px;
	background: #ddd;
	color: #566;
	border: 0px;
	font-weight: bold;
	margin: 10px 10px 5px 10px;
}



.query_div{

	border:1px solid #ddd;
}
.advice .query_submit {
	height: 32px;
	width: 70px;
	background: #ddd;
	color: #566;
	cursor: pointer;
	border: 0px;
	font-weight: bold;
	pointer: hand;
	margin: 10px 10px 5px 20px;
}

.advice .jyxc {
	BORDER-COLLAPSE: collapse;
	width: 100%
}

.advice .jyxc td {
	line-height: 35px;
	border-bottom: 1px dashed #ddd;
}

.jyxc .tr_title {
	border-bottom: 1px solid #ddd;
	background: #ddd;
}

.advice .editInfo {
	font-size: 14px;
	text-align: center;
	background: #fff;
	padding: 20px 0px;
}

.advice .editInfo select {
	width: 180px;
	height: 35px;
	margin: 10px;
}

.advice .editInfo input[type=text] {
	width: 180px;
	height: 32px;
	margin: 10px;
}

.advice .editInfo  #title {
	width: 500px;
}

.advice .editInfo table {
	text-align: left;
	BORDER-COLLAPSE: collapse;
	width: 99.99%;
	margin: 0px auto;
}

.advice .editInfo table td {
	border: 1px solid #ccc;
}

.advice .editInfo .tr2 {

}

.advice .editInfo .tr1 {
	text-align: center;
	font-weight: bold;
	width: 150px;
	background: #f3f3f3;
}

.advice .querylist {
	margin: 5px auto;
	padding: 10px auto;
	font-size: 14px;
	text-align: center;
}

.advice .sl_submit,.advice .sl_reset {
	height: 32px;
	width: 70px;
	background: #777;
	color: #fff;
	cursor: pointer;
	border: 0px;
	font-weight: bold;
	pointer: hand;
	margin: 10px 10px 5px 70px;
}

.rightImgClose{
	width:25px;
	position:absolute;
	right:8px;
}

.rightImgClose:hover{
	animation: mybox 0.15s 4;
}

@keyframes mybox {
	from {
		transform: rotate(0);
	}

	to {
		transform: rotate(35deg);
	}
}
